1 00:00:00,480 --> 00:00:01,390 Hello there. 2 00:00:01,410 --> 00:00:12,500 Welcome to this physical object in Javascript objects are containers for named values. 3 00:00:12,630 --> 00:00:24,850 So almost any fame can be an object in Javascript javascript objects are written with curly braces. 4 00:00:24,960 --> 00:00:34,600 So wherever you see a group of values surrounded by curly braces you are looking at an object in javascript. 5 00:00:34,650 --> 00:00:44,370 The values are written as name call on value pairs so you specify the name. 6 00:00:44,550 --> 00:00:49,180 Then a colon followed by the values. 7 00:00:49,350 --> 00:00:58,620 Each name and value is separated by a comma. 8 00:00:58,620 --> 00:01:12,930 We can have an object called Person which will have a name of first name with a value of John saw a 9 00:01:12,930 --> 00:01:13,730 B. 10 00:01:13,740 --> 00:01:18,020 Value is pegged to the Name and Value is paid. 11 00:01:18,180 --> 00:01:24,480 So you go first name and then the value is charged and then come out if you want a last name you can 12 00:01:24,480 --> 00:01:32,970 give your last name Doyle and then comma you can give it an H and then he will have a value. 13 00:01:32,970 --> 00:01:38,430 He can give it things like colour of hair black and so on. 14 00:01:38,490 --> 00:01:44,030 So he values her name and the names have values. 15 00:01:44,310 --> 00:01:55,350 So they are name paired values to just two quick summary of what objects are in Javascript in Javascript 16 00:01:55,440 --> 00:02:07,860 objects are referred to as containers for named values and be identified by coli traces which are paired 17 00:02:08,760 --> 00:02:13,920 objects can be written as name value pairs. 18 00:02:13,920 --> 00:02:22,890 For example you can have a name in the book in the calibrates is you have the name as first name and 19 00:02:22,890 --> 00:02:25,400 then give value as Rick. 20 00:02:25,510 --> 00:02:36,630 So name value is almost anything in Javascript can be an object an array can be obtained in a variable 21 00:02:36,630 --> 00:02:37,790 can be an object. 22 00:02:37,950 --> 00:02:40,350 Given the number can be an object. 23 00:02:40,620 --> 00:02:50,970 So I hope this brief introduction to a complex in javascript has been useful and is giving you kind 24 00:02:50,970 --> 00:02:55,580 of basic understanding of what objects are. 25 00:02:55,760 --> 00:03:00,030 They can be identified with the curly braces. 26 00:03:00,330 --> 00:03:05,090 Thank you so much as always for watching and hope to see you again. 27 00:03:05,220 --> 00:03:06,030 Bye for now.